Produced by Araxis Merge on 2020-08-14 00:01:42 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Porto v3.2.3/Magento 2.x/Porto Theme/pub/media/porto/web/css/header | type20.css | 2018-10-29 23:37:08 +0000 |
| 2 | Porto v3.2.4/Magento 2.x/Porto Theme/pub/media/porto/web/css/header | type20.css | 2018-10-29 23:37:08 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 598 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | .cms-index-index .page-header.type20 { | 1 | .cms-index-index .page-header.type20 { | |||
| 2 | position: absolute; | 2 | position: absolute; | |||
| 3 | left: 0; | 3 | left: 0; | |||
| 4 | top: 0; | 4 | top: 0; | |||
| 5 | width: 100%; | 5 | width: 100%; | |||
| 6 | z-index: 9; | 6 | z-index: 9; | |||
| 7 | background: transparent; | 7 | background: transparent; | |||
| 8 | border: 0; | 8 | border: 0; | |||
| 9 | } | 9 | } | |||
| 10 | .page-header.type20 { | 10 | .page-header.type20 { | |||
| 11 | position: relative; | 11 | position: relative; | |||
| 12 | border-top: none; | 12 | border-top: none; | |||
| 13 | background-color: #1e1e1e; | 13 | background-color: #1e1e1e; | |||
| 14 | padding-bottom: 10px; | 14 | padding-bottom: 10px; | |||
| 15 | } | 15 | } | |||
| 16 | .page-header.type20 .logo { | 16 | .page-header.type20 .logo { | |||
| 17 | display: block; | 17 | display: block; | |||
| 18 | margin: 20px 25px 25px 0; | 18 | margin: 20px 25px 25px 0; | |||
| 19 | float: left; | 19 | float: left; | |||
| 20 | } | 20 | } | |||
| 21 | .page-header.type20 .minicart-wrapper { | 21 | .page-header.type20 .minicart-wrapper { | |||
| 22 | margin-left: 13px; | 22 | margin-left: 13px; | |||
| 23 | margin-right: 10px; | 23 | margin-right: 10px; | |||
| 24 | } | 24 | } | |||
| 25 | .page-header.type20 .minicart-wrapper .action.showcart:before, | 25 | .page-header.type20 .minicart-wrapper .action.showcart:before, | |||
| 26 | .page-header.type20 .minicart-wrapper .action.showcart.active:before { | 26 | .page-header.type20 .minicart-wrapper .action.showcart.active:before { | |||
| 27 | content: '\e87f'; | 27 | content: '\e87f'; | |||
| 28 | font-size: 23px; | 28 | font-size: 23px; | |||
| 29 | line-height: 26px; | 29 | line-height: 26px; | |||
| 30 | } | 30 | } | |||
| 31 | .page-header.type20 .minicart-wrapper .action.showcart .counter.qty { | 31 | .page-header.type20 .minicart-wrapper .action.showcart .counter.qty { | |||
| 32 | font-size: 10px; | 32 | font-size: 10px; | |||
| 33 | color: #fff; | 33 | color: #fff; | |||
| 34 | background-color: #ed5348; | 34 | background-color: #ed5348; | |||
| 35 | text-align: center; | 35 | text-align: center; | |||
| 36 | right: 16px; | 36 | right: 16px; | |||
| 37 | margin-top: -16px; | 37 | margin-top: -16px; | |||
| 38 | } | 38 | } | |||
| 39 | @media (min-width: 768px) { | 39 | @media (min-width: 768px) { | |||
| 40 | .page-header.type20 { | 40 | .page-header.type20 { | |||
| 41 | text-align: center; | 41 | text-align: center; | |||
| 42 | } | 42 | } | |||
| 43 | .page-header.type20 .sw-megamenu.navigation li.level0.fullwidth > .submenu { | 43 | .page-header.type20 .sw-megamenu.navigation li.level0.fullwidth > .submenu { | |||
| 44 | margin-left: 0 !important; | 44 | margin-left: 0 !important; | |||
| 45 | } | 45 | } | |||
| 46 | .page-header.type20 .logo { | 46 | .page-header.type20 .logo { | |||
| 47 | float: none; | 47 | float: none; | |||
| 48 | display: inline-block; | 48 | display: inline-block; | |||
| 49 | margin: 20px 0; | 49 | margin: 20px 0; | |||
| 50 | position: relative; | 50 | position: relative; | |||
| 51 | z-index: 8; | 51 | z-index: 8; | |||
| 52 | } | 52 | } | |||
| 53 | .page-header.type20 .sw-megamenu.navigation li.level0.fl-right { | 53 | .page-header.type20 .sw-megamenu.navigation li.level0.fl-right { | |||
| 54 | float: none; | 54 | float: none; | |||
| 55 | } | 55 | } | |||
| 56 | .page-header.type20 .nav-sections { | 56 | .page-header.type20 .nav-sections { | |||
| 57 | display: block; | 57 | display: block; | |||
| 58 | position: absolute; | 58 | position: absolute; | |||
| 59 | left: 0; | 59 | left: 0; | |||
| 60 | top: 50%; | 60 | top: 50%; | |||
| 61 | margin-top: -21px; | 61 | margin-top: -21px; | |||
| 62 | width: 100%; | 62 | width: 100%; | |||
| 63 | z-index: 4; | 63 | z-index: 4; | |||
| 64 | } | 64 | } | |||
| 65 | .page-header.type20 .navigation { | 65 | .page-header.type20 .navigation { | |||
| 66 | text-align: left; | 66 | text-align: left; | |||
| 67 | } | 67 | } | |||
| 68 | .page-header.type20 .navigation > ul { | 68 | .page-header.type20 .navigation > ul { | |||
| 69 | padding-right: 60%; | 69 | padding-right: 60%; | |||
| 70 | } | 70 | } | |||
| 71 | .page-header.type20.sticky-header .navigation > ul { | 71 | .page-header.type20.sticky-header .navigation > ul { | |||
| 72 | padding-right: 90px; | 72 | padding-right: 90px; | |||
| 73 | } | 73 | } | |||
| 74 | header.page-header.sticky-header.type20 .nav-sections { | 74 | header.page-header.sticky-header.type20 .nav-sections { | |||
| 75 | background-color: #1e1e1e; | 75 | background-color: #1e1e1e; | |||
| 76 | } | 76 | } | |||
| 77 | .page-header.type20 .navigation li.level0 { | 77 | .page-header.type20 .navigation li.level0 { | |||
| 78 | color: #fff; | 78 | color: #fff; | |||
| 79 | } | 79 | } | |||
| 80 | .page-header.type20 .navigation li.level0 > .level-top { | 80 | .page-header.type20 .navigation li.level0 > .level-top { | |||
| 81 | font-weight: 500; | 81 | font-weight: 500; | |||
| 82 | } | 82 | } | |||
| 83 | .page-header.type20 .header.panel { | 83 | .page-header.type20 .header.panel { | |||
| 84 | text-align: right; | 84 | text-align: right; | |||
| 85 | position: absolute; | 85 | position: absolute; | |||
| 86 | right: 0; | 86 | right: 0; | |||
| 87 | top: 50%; | 87 | top: 50%; | |||
| 88 | margin-top: -18px; | 88 | margin-top: -18px; | |||
| 89 | z-index: 5; | 89 | z-index: 5; | |||
| 90 | padding: 0 15px; | 90 | padding: 0 15px; | |||
| 91 | } | 91 | } | |||
| 92 | body .page-header.type20 .header.panel { | 92 | body .page-header.type20 .header.panel { | |||
| 93 | max-width: calc(50% - 50px); | 93 | max-width: calc(50% - 50px); | |||
| 94 | } | 94 | } | |||
| 95 | .page-header.type20 .header.panel .top-panel { | 95 | .page-header.type20 .header.panel .top-panel { | |||
| 96 | margin: 5px 0; | 96 | margin: 5px 0; | |||
| 97 | } | 97 | } | |||
| 98 | body.layout-fullwidth .page-header.type20 .header.panel .top-panel { | 98 | body.layout-fullwidth .page-header.type20 .header.panel .top-panel { | |||
| 99 | display: inline-block; | 99 | display: inline-block; | |||
| 100 | vertical-align: middle; | 100 | vertical-align: middle; | |||
| 101 | } | 101 | } | |||
| 102 | .page-header.type20 .top-links-area { | 102 | .page-header.type20 .top-links-area { | |||
| 103 | position: relative; | 103 | position: relative; | |||
| 104 | display: inline-block; | 104 | display: inline-block; | |||
| 105 | } | 105 | } | |||
| 106 | .page-header.type20 .top-links-icon { | 106 | .page-header.type20 .top-links-icon { | |||
| 107 | display: inline-block; | 107 | display: inline-block; | |||
| 108 | vertical-align: middle; | 108 | vertical-align: middle; | |||
| 109 | font-size: 11px; | 109 | font-size: 11px; | |||
| 110 | padding: 7px 20px 7px 0; | 110 | padding: 7px 20px 7px 0; | |||
| 111 | position: relative; | 111 | position: relative; | |||
| 112 | color: #fff; | 112 | color: #fff; | |||
| 113 | text-transform: uppercase; | 113 | text-transform: uppercase; | |||
| 114 | } | 114 | } | |||
| 115 | .page-header.type20 .top-links-icon a { | 115 | .page-header.type20 .top-links-icon a { | |||
| 116 | color: #fff; | 116 | color: #fff; | |||
| 117 | font-size: 13px; | 117 | font-size: 13px; | |||
| 118 | font-weight: 500; | 118 | font-weight: 500; | |||
| 119 | letter-spacing: 0.025em; | 119 | letter-spacing: 0.025em; | |||
| 120 | } | 120 | } | |||
| 121 | .page-header.type20 .top-links-icon a:hover {text-decoration: none;} | 121 | .page-header.type20 .top-links-icon a:hover {text-decoration: none;} | |||
| 122 | .page-header.type20 .top-links-icon:before { | 122 | .page-header.type20 .top-links-icon:before { | |||
| 123 | content: "\f807"; | 123 | content: "\f807"; | |||
| 124 | display: block; | 124 | display: block; | |||
| 125 | position: absolute; | 125 | position: absolute; | |||
| 126 | right: 3px; | 126 | right: 3px; | |||
| 127 | top: 50%; | 127 | top: 50%; | |||
| 128 | font-family: "porto-icons"; | 128 | font-family: "porto-icons"; | |||
| 129 | margin-top: -12px; | 129 | margin-top: -12px; | |||
| 130 | font-size: 16px; | 130 | font-size: 16px; | |||
| 131 | -webkit-font-smoothing: antialiased; | 131 | -webkit-font-smoothing: antialiased; | |||
| 132 | } | 132 | } | |||
| 133 | .page-header.type20 .top-links-area > .links { | 133 | .page-header.type20 .top-links-area > .links { | |||
| 134 | display: none; | 134 | display: none; | |||
| 135 | position: absolute; | 135 | position: absolute; | |||
| 136 | right: 0; | 136 | right: 0; | |||
| 137 | z-index: 9; | 137 | z-index: 9; | |||
| 138 | background-color: #fff!important; | 138 | background-color: #fff!important; | |||
| 139 | border-radius: 3px; | 139 | border-radius: 3px; | |||
| 140 | margin: 0; | 140 | margin: 0; | |||
| 141 | padding: 5px 0; | 141 | padding: 5px 0; | |||
| 142 | text-align: right; | 142 | text-align: right; | |||
| 143 | border: 1px solid #ccc; | 143 | border: 1px solid #ccc; | |||
| 144 | min-width: 150px; | 144 | min-width: 150px; | |||
| 145 | } | 145 | } | |||
| 146 | .page-header.type20 .top-links-area .links > li { | 146 | .page-header.type20 .top-links-area .links > li { | |||
| 147 | display: block; | 147 | display: block; | |||
| 148 | margin: 0; | 148 | margin: 0; | |||
| 149 | text-align: right; | 149 | text-align: right; | |||
| 150 | text-transform: uppercase; | 150 | text-transform: uppercase; | |||
| 151 | line-height: 19px; | 151 | line-height: 19px; | |||
| 152 | 152 | |||||
| 153 | } | 153 | } | |||
| 154 | .page-header.type20 .top-links-area .links > li > a, | 154 | .page-header.type20 .top-links-area .links > li > a, | |||
| 155 | .page-header.type20 .top-links-area .links > li > span { | 155 | .page-header.type20 .top-links-area .links > li > span { | |||
| 156 | color: #777 !important; | 156 | color: #777 !important; | |||
| 157 | white-space: nowrap; | 157 | white-space: nowrap; | |||
| 158 | padding: 0 10px; | 158 | padding: 0 10px; | |||
| 159 | display: block; | 159 | display: block; | |||
| 160 | transition: all .2s; | 160 | transition: all .2s; | |||
| 161 | font-weight: 400; | 161 | font-weight: 400; | |||
| 162 | font-size: 11px; | 162 | font-size: 11px; | |||
| 163 | } | 163 | } | |||
| 164 | .page-header.type20 .custom-block { | 164 | .page-header.type20 .custom-block { | |||
| 165 | font-family: 'Poppins'; | 165 | font-family: 'Poppins'; | |||
| 166 | font-weight: 400; | 166 | font-weight: 400; | |||
| 167 | display: inline-block; | 167 | display: inline-block; | |||
| 168 | text-align: left; | 168 | text-align: left; | |||
| 169 | font-size: 16px; | 169 | font-size: 16px; | |||
| 170 | height: 33px; | 170 | height: 33px; | |||
| 171 | line-height: 1; | 171 | line-height: 1; | |||
| 172 | border-right: solid 1px rgba(255,255,255,0.3); | 172 | border-right: solid 1px rgba(255,255,255,0.3); | |||
| 173 | padding-right: 30px; | 173 | padding-right: 30px; | |||
| 174 | padding-left: 20px; | 174 | padding-left: 20px; | |||
| 175 | } | 175 | } | |||
| 176 | .page-header.type20 .header.panel .search-area { | 176 | .page-header.type20 .header.panel .search-area { | |||
| 177 | display: inline-block; | 177 | display: inline-block; | |||
| 178 | vertical-align: middle; | 178 | vertical-align: middle; | |||
| 179 | padding-left: 15px; | 179 | padding-left: 15px; | |||
| 180 | margin-top: 2px; | 180 | margin-top: 2px; | |||
| 181 | position: relative; | 181 | position: relative; | |||
| 182 | } | 182 | } | |||
| 183 | .page-header.type20 .header.panel .search-area > a { | 183 | .page-header.type20 .header.panel .search-area > a { | |||
| 184 | color: #fff; | 184 | color: #fff; | |||
| 185 | padding-right: 6px; | 185 | padding-right: 6px; | |||
| 186 | display: block; | 186 | display: block; | |||
| 187 | } | 187 | } | |||
| 188 | .page-header.type20 .header.panel .block-search { | 188 | .page-header.type20 .header.panel .block-search { | |||
| 189 | display: none; | 189 | display: none; | |||
| 190 | position: absolute; | 190 | position: absolute; | |||
| 191 | right: -20px; | 191 | right: -20px; | |||
| 192 | top: 100%; | 192 | top: 100%; | |||
| 193 | margin-top: 20px; | 193 | margin-top: 20px; | |||
| 194 | } | 194 | } | |||
| 195 | .page-header.type20 .header.panel .block-search input { | 195 | .page-header.type20 .header.panel .block-search input { | |||
| 196 | height: 45px; | 196 | height: 45px; | |||
| 197 | border-radius: 25px; | 197 | border-radius: 25px; | |||
| 198 | border: 5px solid #ccc; | 198 | border: 5px solid #ccc; | |||
| 199 | } | 199 | } | |||
| 200 | .page-header.type20 .header.panel .block-search .action.search { | 200 | .page-header.type20 .header.panel .block-search .action.search { | |||
| 201 | right: 5px; | 201 | right: 5px; | |||
| 202 | height: 45px; | 202 | height: 45px; | |||
| 203 | border-left: 1px solid #ccc; | 203 | border-left: 1px solid #ccc; | |||
| 204 | width: 40px; | 204 | width: 40px; | |||
| 205 | } | 205 | } | |||
| 206 | .page-header.type20 .header.panel .switcher { | 206 | .page-header.type20 .header.panel .switcher { | |||
| 207 | float: none; | 207 | float: none; | |||
| 208 | padding: 5px 10px; | 208 | padding: 5px 10px; | |||
| 209 | height: 24px; | 209 | height: 24px; | |||
| 210 | border-radius: 3px; | 210 | border-radius: 3px; | |||
| 211 | color: #fff; | 211 | color: #fff; | |||
| 212 | text-transform: uppercase; | 212 | text-transform: uppercase; | |||
| 213 | text-align: left; | 213 | text-align: left; | |||
| 214 | } | 214 | } | |||
| 215 | .page-header.type20 .header.panel .switcher strong { | 215 | .page-header.type20 .header.panel .switcher strong { | |||
| 216 | font-size: 13px; | 216 | font-size: 13px; | |||
| 217 | font-weight: 500; | 217 | font-weight: 500; | |||
| 218 | letter-spacing: 0.025em; | 218 | letter-spacing: 0.025em; | |||
| 219 | } | 219 | } | |||
| 220 | } | 220 | } | |||
| 221 | @media (min-width: 992px) { | 221 | @media (min-width: 992px) { | |||
| 222 | body.layout-fullwidth .page-header.type20 .header.panel .bottom-panel { | 222 | body.layout-fullwidth .page-header.type20 .header.panel .bottom-panel { | |||
| 223 | display: inline-block; | 223 | display: inline-block; | |||
| 224 | vertical-align: middle; | 224 | vertical-align: middle; | |||
| 225 | margin-left: 10px; | 225 | margin-left: 10px; | |||
| 226 | } | 226 | } | |||
| 227 | } | 227 | } | |||
| 228 | @media (max-width: 1199px) { | 228 | @media (max-width: 1199px) { | |||
| 229 | .page-header.type20 .custom-block { | 229 | .page-header.type20 .custom-block { | |||
| 230 | display: none; | 230 | display: none; | |||
| 231 | } | 231 | } | |||
| 232 | } | 232 | } | |||
| 233 | @media (max-width: 991px) { | 233 | @media (max-width: 991px) { | |||
| 234 | .page-header.type20 .custom-block { | 234 | .page-header.type20 .custom-block { | |||
| 235 | display: none; | 235 | display: none; | |||
| 236 | } | 236 | } | |||
| 237 | } | 237 | } | |||
| 238 | @media (max-width: 767px) { | 238 | @media (max-width: 767px) { | |||
| 239 | .page-header.type20 .logo { | 239 | .page-header.type20 .logo { | |||
| 240 | height: 40px; | 240 | height: 40px; | |||
| 241 | float: left; | 241 | float: left; | |||
| 242 | margin: 10px 0; | 242 | margin: 10px 0; | |||
| 243 | } | 243 | } | |||
| 244 | .page-header.type20 .logo img { | 244 | .page-header.type20 .logo img { | |||
| 245 | height: 40px; | 245 | height: 40px; | |||
| 246 | width: auto; | 246 | width: auto; | |||
| 247 | } | 247 | } | |||
| 248 | .page-header.type20 .header.panel { | 248 | .page-header.type20 .header.panel { | |||
| 249 | position: relative; | 249 | position: relative; | |||
| 250 | } | 250 | } | |||
| 251 | .page-header.type20 .bottom-panel { | 251 | .page-header.type20 .bottom-panel { | |||
| 252 | position: absolute; | 252 | position: absolute; | |||
| 253 | right: 10px; | 253 | right: 10px; | |||
| 254 | top: 10px; | 254 | top: 10px; | |||
| 255 | } | 255 | } | |||
| 256 | .page-header.type20 .minicart-wrapper { | 256 | .page-header.type20 .minicart-wrapper { | |||
| 257 | position: relative; | 257 | position: relative; | |||
| 258 | top: auto; | 258 | top: auto; | |||
| 259 | right: auto; | 259 | right: auto; | |||
| 260 | left: auto; | 260 | left: auto; | |||
| 261 | margin: 0; | 261 | margin: 0; | |||
| 262 | float: right; | 262 | float: right; | |||
| 263 | margin-right:-17px; | 263 | margin-right:-17px; | |||
| 264 | } | 264 | } | |||
| 265 | .page-header.type20 .minicart-wrapper .action.showcart:before, | 265 | .page-header.type20 .minicart-wrapper .action.showcart:before, | |||
| 266 | .page-header.type20 .minicart-wrapper .action.showcart.active:before { | 266 | .page-header.type20 .minicart-wrapper .action.showcart.active:before { | |||
| 267 | font-size: 28px; | 267 | font-size: 28px; | |||
| 268 | line-height: 40px; | 268 | line-height: 40px; | |||
| 269 | } | 269 | } | |||
| 270 | .page-header.type20 .minicart-wrapper .block-minicart { | 270 | .page-header.type20 .minicart-wrapper .block-minicart { | |||
| 271 | right:-7px; | 271 | right:-7px; | |||
| 272 | } | 272 | } | |||
| 273 | .page-header.type20 .minicart-wrapper .action.showcart { | 273 | .page-header.type20 .minicart-wrapper .action.showcart { | |||
| 274 | line-height: 40px; | 274 | line-height: 40px; | |||
| 275 | } | 275 | } | |||
| 276 | .page-header.type20 .search-toggle-icon { | 276 | .page-header.type20 .search-toggle-icon { | |||
| 277 | display: none; | 277 | display: none; | |||
| 278 | } | 278 | } | |||
| 279 | .page-header.type20 .block-search .label { | 279 | .page-header.type20 .block-search .label { | |||
| 280 | float: right; | 280 | float: right; | |||
| 281 | margin-right: 13px; | 281 | margin-right: 13px; | |||
| 282 | margin-top: 17px; | 282 | margin-top: 17px; | |||
| 283 | } | 283 | } | |||
| 284 | .page-header.type20 .nav-toggle { | 284 | .page-header.type20 .nav-toggle { | |||
| 285 | float: right; | 285 | float: right; | |||
| 286 | margin-right: 55px; | 286 | margin-right: 55px; | |||
| 287 | } | 287 | } | |||
| 288 | .page-header.type20 .top-links-area, .page-header.type20 .custom-block { | 288 | .page-header.type20 .top-links-area, .page-header.type20 .custom-block { | |||
| 289 | display: none; | 289 | display: none; | |||
| 290 | } | 290 | } | |||
| 291 | .page-header.type20 .block-search .label:before { | 291 | .page-header.type20 .block-search .label:before { | |||
| 292 | font-size: 18px; | 292 | font-size: 18px; | |||
| 293 | } | 293 | } | |||
| 294 | } | 294 | } | |||
| 295 | .page-header.type20 .search-category select { | 295 | .page-header.type20 .search-category select { | |||
| 296 | border: 0; | 296 | border: 0; | |||
| 297 | border-left: 1px solid #ccc; | 297 | border-left: 1px solid #ccc; | |||
| 298 | border-left-color: rgba(204,204,204,0.5); | 298 | border-left-color: rgba(204,204,204,0.5); | |||
| 299 | } | 299 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.